home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 009 / db3plus.pat < prev    next >
Text File  |  1986-11-07  |  2KB  |  33 lines

  1. dBASE III Plus    has an annoying pause upon start-up when the program asks you
  2. to hit ENTER as acknowledgement of the verbose license agreement. Regardless of
  3. how you feel about "shrinkwrap" licensing, it gets annoying to bow to
  4. Ashton-Tate's legal beagles every time one uses the program. The following
  5. patch is aimed at curing this. The patch will automatically enter the CR and
  6. proceed to the starting screen.(The initial message is flashed on lightning
  7. fast, acheiving its objective "subliminally")
  8.  
  9. The patch is done on the file DBASE.LD1 as follows:
  10.  
  11.     DEBUG DBASE.LD1
  12.     -S 100 FFFE 75 E3 2B C0     'This locates the code
  13.     XXXX:YYYY            'The address
  14.     -E XXXX:YYYY 75.90 E3.90  <enter>
  15.     -W
  16.     Writing 4A00 bytes
  17.     -Q
  18. And that's it!
  19.  
  20. If you have ventured into the "unlocking" of dBASE III Plus from the SoftGuard
  21. protection system using the approach described by LONE VICTOR in DB3PLUS.LBR,
  22. you can either apply the above mentioned fix to DBASE.LD1 before merging it
  23. with DBASE.UNP, or on the resulting DBASE.EXE file. In the latter case,
  24. remember to rename the file with a different extension than .EXE so that DEBUG
  25. can rewrite the corrected file. The fix is done with the same approach.
  26.  
  27. Note: To those of you interested, a similar "fix" is possible for FRAMEWORK II.
  28. You can find it as FRAMEWK2.PAT.
  29.  
  30. Morgan Barbarrosa
  31. Atlanta, GA 2/14/86
  32.  
  33.